home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 19 / Night Owl (The Best of Shareware)(NOPV 19)(1996).ISO / 007a / cbk_612p.zip / CBKMAIL.MEX < prev    next >
Text File  |  1995-12-15  |  209b  |  13 lines

  1. #include "max.mh"
  2. #include "max_menu.mh"
  3.  
  4. int main(string: CbkMsgArea)
  5. {
  6.   input:="cnr";
  7.      msgareaselect(CbkMsgArea);
  8.      menu_cmd(MNU_MSG_BROWSE, "");
  9.      msgareaselect("1");
  10.  
  11.    return 0;
  12. }
  13.